Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cf: implement manifest.yml #113

Merged
merged 1 commit into from
Sep 9, 2024
Merged

cf: implement manifest.yml #113

merged 1 commit into from
Sep 9, 2024

Conversation

arjun024
Copy link
Member

@arjun024 arjun024 commented Sep 7, 2024

For certain tests, the app may not field a full http server but simply a trivial tcp server or a looping process. In such cases, CF needs to switch away from the default healthcheck mode of "port". If switchblade supports manifest, this can be provided via a manifest (also all other options supported by the manifest).

See test pre-switchblade-conversion that requires this change: https://github.com/cloudfoundry/ruby-buildpack/blob/v1.10.17/src/ruby/integration/deploy_an_app_with_no_gemfile_test.go#L45

There is no equivalent on the docker platform.

For certain tests, the app may not field a full http server but simply a
trivial tcp server or a looping process. In such cases, CF needs to
switch away from the default healthcheck mode of "port". If switchblade
supports manifest, this can be provided via a manifest (also all other
options supported by the manifest).

See test pre-switchblade-conversion that requires this change:
https://github.com/cloudfoundry/ruby-buildpack/blob/v1.10.17/src/ruby/integration/deploy_an_app_with_no_gemfile_test.go#L45

There is no equivalent on the docker platform.
@arjun024 arjun024 requested a review from a team September 7, 2024 07:50
@sophiewigmore sophiewigmore merged commit aaf772f into main Sep 9, 2024
2 checks passed
@sophiewigmore sophiewigmore deleted the implement-manifest-yml branch September 9, 2024 15:24
arjun024 added a commit to cloudfoundry/ruby-buildpack that referenced this pull request Sep 9, 2024
arjun024 added a commit to cloudfoundry/ruby-buildpack that referenced this pull request Sep 9, 2024
arjun024 added a commit to cloudfoundry/ruby-buildpack that referenced this pull request Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants